According to LSB, debian 7.2 is not supported. Have I to create a ticket?
Wheezy 7.2 not detected - i-MSCP 1.1.0-RC4.4
- DragonZX
- Closed
- Thread is marked as Resolved.
-
-
Thank you, but according to LSB, debian 7.2 is not supported. Have I to create a ticket?LSB ? You mean i-MSCP dialog say it's not supported?
-
-
LSB ? You mean i-MSCP dialog say it's not supported?
Yes (I mean the function instead of lsb_release), It's simply can't Detect it as debian system at all. -
Yes (I mean the function instead of lsb_release)Ok so I'll test and release again if needed.
Thanks for your report. I'll fix the i-MSCP lsb package to match over any new version because it's really annoying.
-
-
-
i haven't at no time problems with 7.2. it works as it should. Maybe you use a custom Image which is modified in wrong way
-
-
i haven't at no time problems with 7.2. it works as it should. Maybe you use a custom Image which is modified in wrong wayExactly Anyway, the i-MSCP lsb script is already ready for matchin any 7.* versions:
PHP- if($1 < 7) {
- $shortRelease = sprintf '%s.%s', $1, $2;
- } else {
- $shortRelease = sprintf '%s', $1;
- }
- [/php]
- BTW: @DragonZX
- [code]
- ...
- =head1 NOTE
- This is a re-implementation for i-MSCP of the lsb_release command as provided by the lsb-release Debian package.
- Detection of systems using a mix of packages from various distributions or releases is something of a black art; the
- current heuristic tends to assume that the installation is of the earliest distribution which is still being used by apt
- but that heuristic is subject to error.
- ...
-
Edit: tested on its server and this works... We should not have the same eyes.
BTW; Posts were moved in appropriate corner.
-