Created
June 28, 2016 14:27
-
-
Save Ivorforce/3eb8449495cfbf3412c6a6c1322d02a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@tuedfvw-kaltura:~# apt-get kaltura-sphinx purge | |
E: Invalid operation kaltura-sphinx | |
root@tuedfvw-kaltura:~# apt-get purge kaltura-sphinx | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following package was automatically installed and is no longer required: | |
libodbc1 | |
Use 'apt-get autoremove' to remove it. | |
The following packages will be REMOVED: | |
kaltura-sphinx* | |
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded. | |
After this operation, 15.5 MB disk space will be freed. | |
Do you want to continue? [Y/n] y | |
(Reading database ... 114309 files and directories currently installed.) | |
Removing kaltura-sphinx (2.2.1-3+b5) ... | |
Purging configuration files for kaltura-sphinx (2.2.1-3+b5) ... | |
dpkg: warning: while removing kaltura-sphinx, directory '/opt/kaltura/sphinx' not empty so not removed | |
root@tuedfvw-kaltura:~# apt-get install kaltura-sphinx | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following NEW packages will be installed: | |
kaltura-sphinx | |
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. | |
Need to get 0 B/5,549 kB of archives. | |
After this operation, 15.5 MB of additional disk space will be used. | |
Selecting previously unselected package kaltura-sphinx. | |
(Reading database ... 114289 files and directories currently installed.) | |
Preparing to unpack .../kaltura-sphinx_2.2.1-3+b5_amd64.deb ... | |
Unpacking kaltura-sphinx (2.2.1-3+b5) ... | |
Processing triggers for systemd (215-17+deb8u4) ... | |
Setting up kaltura-sphinx (2.2.1-3+b5) ... | |
Processing triggers for systemd (215-17+deb8u4) ... | |
Processing triggers for libc-bin (2.19-18+deb8u4) ... | |
root@tuedfvw-kaltura:~# systemctl enable kaltura-sphinx | |
Synchronizing state for kaltura-sphinx.service with sysvinit using update-rc.d... | |
Executing /usr/sbin/update-rc.d kaltura-sphinx defaults | |
Executing /usr/sbin/update-rc.d kaltura-sphinx enable | |
update-rc.d: error: kaltura-sphinx Default-Start contains no runlevels, aborting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment