Activity for Filippos L Filippides

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help getting started

    Hi to all, Is there a way to use index / sequential DBASE dat & cdx files?

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Help getting started

    Hi to all, Is there a way to use index / sequential files using DBASE dat & cdx files?

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs (TAB) instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. sprintf("%d",$1) ensures that $1 is a digital number and not a string. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed(TAB)$1(TAB)>suse-linux(TAB)sprintf("%d",$1)(TAB)$etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i # SuSE Linux ...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs (TAB) instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. sprintf("%d",$1) ensures that $1 is a digital number and not a string. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed(TAB)$1(TAB)>suse-linux(TAB)sprintf("%d",$1)(TAB)$etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i # SuSE Linux

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. sprintf("%d",$1) ensures that $1 is a digital number and not a string. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed(TAB)$1(TAB)>suse-linux(TAB)sprintf("%d",$1)(TAB)$etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i # SuSE Linux

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed(TAB)$1(TAB)>suse-linux(TAB)$1(TAB)$etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i # SuSE Linux

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed<tab>$1<tab>suse-linux<tab>$1<tab>$etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i</tab></tab></tab></tab> # SuSE Linux

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed<tab>$1<tab>suse-linux<tab>$1<tab>$etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i</tab></tab></tab></tab> # SuSE Linux

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. See: # openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed $1 suse-linux $1 $etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i # SuSE Linux SuSE Linux $1 suse-linux $1cat /etc/SuSE-release 2>/dev/null=~ /([0-9\.]+)/ ||cat /etc/os-release 2>/dev/null=~ /openSUSE\s+Leap\s+([\d\.]+)/ || $etc_issue...

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Webmin

    Hi Ilia, I've checked it and it doesn't work properly. It needs tabs instead of spaces and to put Tumbleweed before SuSE Linux line otherwise it will be caught by that line that returned "suse-linux" version 86. See: openSUSE Linux Tumbleweed openSUSE Linux Tumbleweed $1 suse-linux $1 $etc_issue =~ /openSUSE\s+Tumbleweed\s+(\S+)\s/i SuSE Linux SuSE Linux $1 suse-linux $1 cat /etc/SuSE-release 2>/dev/null =~ /([0-9.]+)/ || cat /etc/os-release 2>/dev/null =~ /openSUSE\s+Leap\s+([\d.]+)/ || $etc_issue...

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Webmin

    Why do you ask? Do you have a problem with the solution provided? Do you have OpenSUSE Tumbleweed?

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Webmin

    Issue is needed only. It has all information in one line, Ostype and version.

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Webmin

    Add the following two lines to the webmin file os_list.txt # SuSE Linux Tumbleweed SuSE Linux Tumbleweed $1 suse-linux sprintf("%d",$1) $etc_issue =~ /Tumbleweed\s+(\S+)\s/i

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Webmin

    Add the following two lines to the webmin file os_list.txt SuSE Linux Tumbleweed SuSE Linux Tumbleweed $1 suse-linux sprintf("%d",$1) $etc_issue =~ /Tumbleweed\s+(\S+)\s/i

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Tutorials and How-Tos

    Hi to all, what repos should I change and how to upgrade to asterisk 16?

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion General Discussion

    So did I Thanks Gernot

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    System:openSUSE 13.1 Checking for VBox Web Service ...running vboxweb-service.service...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    System:openSUSE 13.1 Checking for VBox Web Service ...running vboxweb-service.service...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    System:openSUSE 13.1 Checking for VBox Web Service ...running vboxweb-service.service...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion General Discussion

    please delete it, it was mentioned to be in Help section but ...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    System:openSUSE 13.1 Checking for VBox Web Service ...running vboxweb-service.service...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    Checking for VBox Web Service ...running vboxweb-service.service - LSB: VirtualBox...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    Checking for VBox Web Service ...running vboxweb-service.service - LSB: VirtualBox...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    Checking for VBox Web Service ...running vboxweb-service.service - LSB: VirtualBox...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    without credentials given but noAuth is true: Exception Object ( [message:protected]...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion Help

    With appropriate credentials: Exception Object ( [message:protected] => Error logging...

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Help

    without credentials given : Exception Object ( [message:protected] => Error logging...

  • Filippos L Filippides Filippos L Filippides modified a comment on discussion General Discussion

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion Help

    Exception Object ( [message:protected] => Error logging in to vboxwebsrv. [string:Exception:private]...

  • Filippos L Filippides Filippos L Filippides posted a comment on discussion General Discussion

    Exception Object ( [message:protected] => Error logging in to vboxwebsrv. [string:Exception:private]...

1