Bug#872520: hplip-gui: root@178-83-145-250:/home/chofer# apt-get install hplip-gui

2017-08-21 Thread hplip-gui package broken due to missing dpendency qtbase-abi-5-7-1 in stretch Debian
information may help to resolve the situation: The following packages have unmet dependencies: hplip-gui : Depends: python3-pyqt5 but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@178-83-145-250:/home/chofer# apt-get install python3

Bug#795053: hashdeep: Important functions disabled by symlink removal

2015-08-09 Thread if-its-not-broken-dont-fix-it
Package: hashdeep Version: 4.4-1 Severity: important Dear Maintainer, The removal of the symlinks that created the program names md5deep, sha1deep, etc. destroys the ability of the multi-call hashdeep progam to output and verify checksums compatible with the equivalent GNU checksum utilities

Bug#765916: plinth: fails to start

2014-10-19 Thread broken
Package: plinth Version: 0.3.2.0.git.20140829-1 Severity: important Dear Maintainer, *** Please consider answering these questions, where appropriate *** Setting up plinth (0.3.2.0.git.20140829-1) ... [] Starting embedded web frontend: plinthTraceback (most recent call last): File

Bug#765921: lightdm: shut down and other options missing from login

2014-10-19 Thread broken
Package: lightdm Version: 1.10.2-2 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** shut down restart missing only way to shut dowm box is to power it off Thanks *** End of the template - remove these template lines ***

Bug#750360: jessie nfsroot diskless broken? 180 second delay before root is

2014-08-09 Thread debbug . jessie . nfsroot . broken . nospam
mounted? Reply-To: Hello, I recently upgraded a debian unstable system that runs diskless with pxe netboot / nfsroot, and now every boot spends 180 seconds with repeated logging of mount: Device or Resource busy error messages in the initramfs scripts before things kick off and the main boot

Bug#612717: bacula-server: broken dependencies, cannot install

2011-02-09 Thread broken dependencies bacula-server on squeeze
Package: bacula-server Version: 5.0.2-2.2 Severity: important -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Bug#303825: mawk: printf %x clamps numbers to signed range rather than unsigned range

2005-04-08 Thread BROKEN
Package: mawk Version: 1.3.3-11 Severity: normal The %x printf conversion is supposed to treat its argument as an unsigned int (see printf(3)). But look what mawk does: $ mawk 'END { printf(%x %x\n, 2e9, 3e9) }' /dev/null 77359400 7fff Compare this to gawk: $ gawk 'END { printf(%x\n,