Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 |
VDR-Log : grep \[vdr\] /var/log/messages|cut -b 34-|tail -n 60 |


Quoted
Original von gestein
Funktioniert bei mir leider nur bedingt, da meine Maschine schone "stonevdr" heißt.
|
|
Source code |
1 |
Apr 11 05:00:00 dvb vdr[8175]: cleaning up schedules data |
|
|
Source code |
1 |
grep "vdr\[.*\]" /var/log/messages |tail -n 60 | tac |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"viewer"' -I../../../include -I../../../../DVB/include viewer.c
viewer.c: In constructor `cMenuText::cMenuText(const char*, const char*,
eDvbFont)':
viewer.c:151: error: syntax error before `(' token
viewer.c: In member function `bool cViewer::GetFileContent()':
viewer.c:200: error: `readline' undeclared (first use this function)
viewer.c:200: error: (Each undeclared identifier is reported only once for each
function it appears in.)
make[1]: *** [viewer.o] Error 1
make[1]: Leaving directory `/vdr/PLUGINS/src/viewer'
|
