These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Error: Script was not run with full path. Errors during VM and UM update. on the new forum.
DEar All, Firstly , Id like to thank for marvelous Virtualmin.
Since 3.80 GPL (on my Ubuntu 8.04.), during update of Virtualmin and webmin I am encountering following error (below the message). Error: Script was not run with full path
After update, Virtualmin still shows 3.80GPL but I cant run update process again because It points me that Its already newest version. Should I be worry?
Kind regards, Piotr
Now updating webmin-virtual-server ..
Installing package(s) with command apt-get -y install webmin-virtual-server ..
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libmd5-perl
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
webmin-virtual-server
1 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Need to get 1484kB of archives.
After this operation, 81.9kB of additional disk space will be used.
Get:1 http://software.virtualmin.com virtualmin-hardy/main webmin-virtual-server 3.82-2.gpl [1484kB]
Fetched 1484kB in 3s (470kB/s)
(Reading database ... 65109 files and directories currently installed.)
Preparing to replace webmin-virtual-server 3.81.gpl (using .../webmin-virtual-server_3.82-2.gpl_all.deb) ...
Unpacking replacement webmin-virtual-server ...
Setting up webmin-virtual-server (3.82-2.gpl) ...
Error: Script was not run with full path (failed to find /usr/share/webmin/run-postinstalls.pl under /usr/share/webmin-1.520)
-----
Script was not run with full path (failed to find /usr/share/webmin/run-postinstalls.pl under /usr/share/webmin-1.520)
-----
.. install complete.
Now updating webmin-virtual-server-theme ..
Installing package(s) with command apt-get -y install webmin-virtual-server-theme ..
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libmd5-perl
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
webmin-virtual-server-theme
Huh, I've never seen that particular error before... if you log into the command line as root, and run this:
dpkg -l webmin-virtual-server
What output do you get?
-Eric
Installing package(s) with command apt-get -y install webmin-virtual-server .. Reading package lists... Building dependency tree... Reading state information... The following packages will be upgraded: webmin-virtual-server 1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 3526kB of archives. After this operation, 105MB of additional disk space will be used. Get:1 http://software.virtualmin.com virtualmin-universal/main webmin-virtual-server 3.82-2 [3526kB] Fetched 3526kB in 5s (663kB/s) (Reading database ... 69731 files and directories currently installed.) Preparing to replace webmin-virtual-server 3.81 (using .../webmin-virtual-server_3.82-2_all.deb) ... Unpacking replacement webmin-virtual-server ... Setting up webmin-virtual-server (3.82-2) ...
Error: Webmin server did not write new PID file
Error
Webmin server did not write new PID file
.. install complete.
Now updating webmin-virtual-server-theme .. Installing package(s) with command apt-get -y install webmin-virtual-server-theme .. Reading package lists... Building dependency tree... Reading state information... The following packages will be upgraded: webmin-virtual-server-theme 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 2224kB of archives. After this operation, 37.7MB disk space will be freed. Get:1 http://software.virtualmin.com virtualmin-universal/main webmin-virtual-server-theme 7.9 [2224kB] Fetched 2224kB in 4s (513kB/s) (Reading database ... 69746 files and directories currently installed.) Preparing to replace webmin-virtual-server-theme 7.8 (using .../webmin-virtual-server-theme_7.9_all.deb) ... Unpacking replacement webmin-virtual-server-theme ... Setting up webmin-virtual-server-theme (7.9) ... .. install complete.
ran dpkg -l webmin-virtual-server and got
Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-===============================-===============================-============================================================================== ii webmin-virtual-server 3.82-2 Webmin module for 'Virtualmin Virtual Servers'
I cannot lo into webmin at the moment.
The update worked fine on 2 other servers.
Greg
Hi Andreychek, I am getting following info which I presume is correct. I am just worried If everything is ok. Server works flawless except this message.
root@vmin:~# dpkg -l webmin-virtual-server
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii webmin-virtual 3.82-2.gpl Webmin module for 'Virtualmin Virtual Server
root@vmin:~#
Yeah, that all looks good. It may just mean that the old Webmin process didn't shut down cleanly, which isn't a big deal... you can verify that it's not causing problems by:
Stopping Webmin, with: /etc/init.d/webmin stop
Look for any running Webmin processes: ps auxw | grep miniserv | grep webmin
If you see any, kill them off!
Start Webmin back up: /etc/init.d/webmin start
After that, you should be in good shape.
-Eric