Install on Fedora 24 problems

Questions on Installation
Post Reply
tony
Posts: 10
Joined: Fri Jul 29, 2016 11:48 pm

Install on Fedora 24 problems

Post by tony »

Hi,

Due to a failure in upgrading from F23 to F24 I did a near clean reinstall of Fedora (I preserved the home directory) and installed the latest version of TurboPrint. However, when printing the Monitor doesn't appear as it did before. It prints but the Monitor doesn't show even though I've selected it to in the set up.

I'm using a networked HP Officejet Pro 8600.

I tried a uninstall and reinstall.

On the uninstall I got these errors:

Code: Select all

[tony@linux3 ~]$ sudo dnf erase turboprint
[sudo] password for tony: 
Dependencies resolved.
==================================================================================================================================================================================================
 Package                                         Arch                                        Version                                     Repository                                          Size
==================================================================================================================================================================================================
Removing:
 turboprint                                      x86_64                                      2.40-1                                      @@commandline                                      100 M

Transaction Summary
==================================================================================================================================================================================================
Remove  1 Package

Installed size: 100 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Erasing     : turboprint-2.40-1.x86_64                                                                                                                                                      1/1 
warning: file /var/spool/turboprint/tpstatus: remove failed: No such file or directory
warning: file /var/spool/turboprint/ink: remove failed: No such file or directory
warning: file /var/spool/turboprint: remove failed: No such file or directory
warning: file /usr/share/turboprint/lib/pipeutility: remove failed: No such file or directory
  Verifying   : turboprint-2.40-1.x86_64                                                                                                                                                      1/1 

Removed:
  turboprint.x86_64 2.40-1                                                                                                                                                                        

Complete!
On the reinstall I got these selinux errors:

Code: Select all

[tony@linux3 download]$ sudo dnf install ~/download/turboprint-2.40-1.x86_64.rpm 
[sudo] password for tony: 
Last metadata expiration check: 1:02:05 ago on Sat Jul 30 08:38:15 2016.
Dependencies resolved.
==================================================================================================================================================================================================
 Package                                         Arch                                        Version                                      Repository                                         Size
==================================================================================================================================================================================================
Installing:
 turboprint                                      x86_64                                      2.40-1                                       @commandline                                       26 M

Transaction Summary
==================================================================================================================================================================================================
Install  1 Package

Total size: 26 M
Installed size: 100 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : turboprint-2.40-1.x86_64                                                                                                                                                      1/1 
Adding module for Security-Enhanced Linux
/usr/share/turboprint/lib/install-post: line 260: checkmodule: command not found
/usr/share/turboprint/lib/install-post: line 261: semodule_package: command not found
done
Restarting TurboPrint printer port daemon
Creating PPD printer description files...
done
Updating existing TurboPrint printer entries...
done
Installing icon images
Installing turboprint menu entry
Installing icons for user angela
Installing icons for user charlie
Installing icons for user lost+found
Installing icons for user michelle
Installing icons for user nicole
Installing icons for user tony
Installing printer monitor applet for KDE 42
Installing bjnp network backend for canon printers
Installing Ghostscript version for TurboPrint
  Verifying   : turboprint-2.40-1.x86_64                                                                                                                                                      1/1 

Installed:
  turboprint.x86_64 2.40-1                                                                                                                                                                        

Complete!
Turboprint worked perfectly on the same hardware under F23.

Any suggestions to get it working properly would be appreciated.

Thanks.
tony
Posts: 10
Joined: Fri Jul 29, 2016 11:48 pm

Re: Install on Fedora 24 problems

Post by tony »

Hi,

I found the problem. The selinux packages selinux-policy-development and policycoreutils-python weren't installed.

I installed those, uninstalled and reinstalled turboprint and rebooted. It all works now.

Perhaps the developer could call those rpm packages as dependencies to prevent this happening again.

All good now.
Post Reply