search for: _log

Displaying 20 results from an estimated 26 matches for "_log".

Did you mean: 1_log
2013 Dec 09
1
[PATCH] sysprep: remove more anaconda and tuned logs (RHBZ#1039540).
--- sysprep/sysprep_operation_logfiles.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 8994af9..3055ca4 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -41,6 +41,7 @@ let globs = List.sort...
2005 Apr 12
2
Transactions, audit trails, and logging (fairly long)
...t. How I handle updates now is have a DbTransactions model that contains has_many relationships to all other tables. I create a DbTransaction, add whatever records I am creating or updating and save the DbTransaction item. It works fine. As far as logging goes I am going to add <tablename>_log tables for all of my normal tables and store snapshots of each record every time it changes. The thought in the back of my mind is that I can somehow point ActiveRecord at my log tables, add some code to specify the time period, and reuse all my regular code to see my database exactly as it was...
2010 Oct 18
1
Editing DLL Sources and log to file
I've tried to edit few DLLs in wine, inserting my own piece of code to C source and I have a small problem. After compiling everything is OK.I've added: Code: void _log(res1,res2) { ... } Problem is when _log try to write data to file: Code: fopen("log.bin","ab");//Write binary, append after write file is never created... so I'm a little confused... More problems is where file will be writed (logical for me will be current exe...
2012 Jan 03
3
phpmyadmin issue
Greetings, I have installed phpmyadmin on a Centos 6.2 box. When I try to access it through http://localhost/phpmyadmin it is giving me a 403 forbidden error any clues? TIA. -- Regards, Rajagopal
2012 Sep 19
0
[PATCH] sysprep: remove apache2, audit and ntp in logfile operation
Add more entries to the dump ground of logfile patterns. Signed-off-by: Olaf Hering <olaf at aepfle.de> diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 5e6ce7f..a2b1585 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -38,6 +38,10 @@ let globs = List.sort compare [ "/var/log/spooler*"; "/var/log/tallylog*"; "/var...
2012 Apr 27
2
[PATCH 1/2] sysprep: remove the logfiles configured by logrotate
Remove the logfiles configured by /etc/logrotate.d/*. Omit the logfile of "samba" and "sssd" which we removed them separately . Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- sysprep/sysprep_operation_logfiles.ml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 2ad3726..cf72803 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -38,6 +38,27 @@...
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
...'/cineca/prod/Bioinf/R-2.4.1/modules//lapack.so': rtld: 0712-001 Symbol _xldipow/cineca/prod/Bioinf/R-2.4.1/lib/libRlapack.so was referenced from module /cineca/prod/Bioinf/R-2.4.1/lib/libRlapack.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol _log was referenced from module /cineca/prod/Bioinf/R-2.4.1/lib/libRlapack.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol _sqrt was referenced from module /cineca/prod/Bioinf/R-2.4.1/lib/libRlapack.so(), but a runtime definition of the symbol wa...
2007 Nov 08
2
time on polycom 501
I have a polycom 501 phone that is 1 hour off now. Before last sunday (time change) the time was fine. <?xml version="1.0" standalone="yes"?> <PHONE_CONFIG> <OVERRIDES _.0x20._log.level.change.sip="0" tcpIpApp.sntp.daylightSavings.stop.date="4" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.start.date="8" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.gmtOffset="-18000"...
2006 Oct 19
0
[694] trunk/wxruby2/doc/textile: Added back the logging classes which were over-zealously removed when
...sp&nbsp&nbsp2006-10-19 18:20:50 UTC (rev 694) </span><span class="lines">@@ -1,7 +1,11 @@ </span><span class="cx"> h1(#wxlog). Wx::Log </span><span class="cx"> </span><del>-Log class defines the interface for the _log targets_ used by Widgets -logging functions as explained in the "Log overview":logoverview.html. </del><ins>+Log class defines the interface for the _log targets_ used by wxRuby. In +wxRuby, only the class LogTextCtrl is generally of interest, providing +in-application debuggi...
2013 Sep 05
6
[PATCH 1/5] sysprep: remove /var/log/audit/audit.log
audit.log is already included in /var/log/audit/*. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> --- sysprep/sysprep_operation_logfiles.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 842b855..cdfe8fc 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -40,7 +40,6 @@ let globs = List.sort comp...
2020 Aug 13
2
2.3.11.3 on 32bit platforms
HI! I'm trying to update openSUSE package on OBS [1] which builds for various OS versions and hardware platforms. To me it seems that a test fails on 32bit platforms: Info: invalid token 3: structure length disagrees with data size test rpa ..................................... : ok Info: invalid NTLM response: buffer length out of bounds test ntlm ............................: ok 1 / 86
2020 Aug 13
2
2.3.11.3 on 32bit platforms
...stroeder:branches:server:mail/dovecot23 > > Can you provide full output for the test suite so we can tell what actually failed? You can download full log of e.g. i586 build from OBS here: https://build.opensuse.org/build/home:stroeder:branches:server:mail/openSUSE_Tumbleweed/i586/dovecot23/_log Excerpt of failed test: [ 576s] test-mech.c:370: Assert(#1) failed: strcmp(test_case->username,username) [ 576s] "testuser" != NULL [ 576s] test-mech.c:380: Assert(#1) failed: request->failed == FALSE [ 576s] auth mech APOP 2/84 ...........................................
2020 Aug 27
1
debian 10 package /w ssl?
hi, I've installed icecast2 from http://download.opensuse.org/repositories/multimedia:/xiph/Debian_10/ because I need url_auth. But I also need SSL, but the proviced icecast doesn't have it: "No SSL capability" Why?? Do I really need to recompile it? Should be default, imho... no? bests, u
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
...the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/ public/build/home:j-engel:samba-unstable/openSUSE_Leap_15.1/x86_64/ samba/_log Unfortunately I have not been able to figure out which dependency cycle there is, let alone how to fix this. Any help would be greatly appreciated. Best regardsJohannes
2010 Dec 02
1
rotate of logfiles
Hello list. This is not a life-threatening question, but still quite important for debugging. I have the following crontab : 15 0,8,12,17 * * * /usr/sbin/asterisk -rx 'logger rotate' Because I have debug level 9, logfiles get quite large. I notice that the rotation of the logfiles goes to plan, except at 17h15. I currently have : -rw-r--r-- 1 root root 59024 Dec 2 09:36
2018 Nov 11
0
CentOS 6: Logrotate / selinux problem
...daily: reading config file /etc/logrotate.conf including /etc/logrotate.d reading config file apcupsd reading config info for /var/log/apcupsd.events reading config file ConsoleKit reading config info for /var/log/ConsoleKit/history reading config file cups reading config info for /var/log/cups/*_log reading config file cyrus-imapd reading config info for /var/log/imapd.log /var/log/auth.log reading config file dracut reading config info for /var/log/dracut.log reading config file httpd reading config info for /var/log/httpd/*log reading config file iscsiuiolog reading config info for /var/...
2012 Dec 04
14
custom define type for array with 'case' argument pass to it
...pe which will use an array but in the meantime have an argument pass to it that sets a case. See for example : define link_files ($linkcase) { case $linkcase { "var" : { file { "${name}_exelink" : path => "/var/log/puppet/${name}_log", ensure => link, target => "/var/log/puppet/${name}_lastlog", } } "data" : { file { "${name}_exelink" : path => "/var/log/puppet/${name}_log",...
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...s triggered by "make install" waf complains > about some task dependency cycle after leaving folder bin/default. > Full log including config options can be seen unter > https://build.opensuse.org/ > public/build/home:j-engel:samba-unstable/openSUSE_Leap_15.1/x86_64/ > samba/_log > Unfortunately I have not been able to figure out which dependency cycle > there is, let alone how to fix this. > Any help would be greatly appreciated. > > Best regards > Johannes Hmm, since nobody has replied to my question, I presume there was not enough detail in the text....
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...dst, _src(src)) -#define _MOV(dst, src) ureg_MOV(ureg, dst, _src(src)) -#define _LIT(dst, src) ureg_LIT(ureg, dst, _src(src)) -#define _RCP(dst, src) ureg_RCP(ureg, dst, _src(src)) -#define _RSQ(dst, src) ureg_RSQ(ureg, dst, _src(src)) -#define _EXP(dst, src) ureg_EXP(ureg, dst, _src(src)) -#define _LOG(dst, src) ureg_LOG(ureg, dst, _src(src)) -#define _MUL(dst, src0, src1) ureg_MUL(ureg, dst, _src(src0), _src(src1)) -#define _ADD(dst, src0, src1) ureg_ADD(ureg, dst, _src(src0), _src(src1)) -#define _DP3(dst, src0, src1) ureg_DP3(ureg, dst, _src(src0), _src(src1)) -#define _DP4(dst, src0, src1) ur...
2018 Feb 27
2
Failed to get quota limits
...> > index 3 >> > > > > > > > > > >> > > > > > > > > > \[2018-02-13 08:16:13.945941\] W \[MSGID: 101174\] >> > > > > > > > > > >> > > > > > > > > > \[graph.c:361:\_log\_if\_unknown\_option\] 0-myvolume-readdir-ahead: option >> > > > > > > > > > >> > > > > > > > > > 'parallel-readdir' is not recognized >> > > > > > > > > > >> > > > > > &g...