Re: Missiing bacula-fd for 9.6.7-3 Ubuntu 2204

2022-05-03 Thread Alex Murray
On Tue, 2022-05-03 at 10:48:21 -0400, Ken Mandelberg wrote:

> All the other packages for bacula (director, sd) are available but not 
> bacula-fd. bacula cannot run without it.

It seems it was removed during the jammy development cycle as it failed
to build from source:
https://launchpad.net/ubuntu/+source/bacula/+publishinghistory

>
>
> -- 
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Missiing bacula-fd for 9.6.7-3 Ubuntu 2204

2022-05-03 Thread Ralf Mardorf
On Tue, 3 May 2022 10:48:21 -0400, Ken Mandelberg wrote:
>All the other packages for bacula (director, sd) are available but not 
>bacula-fd. bacula cannot run without it.

Hi,

what Ubuntu release are you using?
Did you run "sudo apt update" before trying to install it?

Oops, while writing I notice "Ubuntu 2204" in the subject, so forget my
previous questions.

It seems to be not provided for future releases yet. At the moment the
official repositories only provide bacula-doc for those future releases:

https://wiki.ubuntu.com/Releases
https://discourse.ubuntu.com/t/jammy-jellyfish-release-schedule/23906
https://launchpad.net/ubuntu/jammy
https://packages.ubuntu.com/search?suite=jammy=any=names=bacula
https://packages.ubuntu.com/search?suite=kinetic=any=names=bacula

I don't know if other bacula related packages were available and are
temporarily removed for future releases.

It's seemingly available for all Ubuntu releases that get standard
support and that are already released:

https://packages.ubuntu.com/search?suite=bionic=any=names=bacula-fd
https://packages.ubuntu.com/search?suite=focal=any=names=bacula-fd
https://packages.ubuntu.com/search?suite=impish=any=names=bacula-fd

And even for the end of life 16.04 the package is seemingly available:

"Extended Security Maintenance for Ubuntu 16.04 LTS is available from
April 2021 until 2026." - https://ubuntu.com/security/esm

[weremouse@moonstudio ~]$ lsb_release -a
LSB Version:
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 16.04.7 LTS
Release:16.04
Codename:   xenial
[weremouse@moonstudio ~]$ sudo apt install bacula
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  bacula-client bacula-common bacula-common-sqlite3 bacula-console 
bacula-director-common bacula-director-sqlite3 bacula-fd bacula-sd 
bacula-sd-sqlite3 bacula-server dbconfig-common mt-st
  mtx sqlite3
Suggested packages:
  bacula-doc dds2tar scsitools sg3-utils dbconfig-mysql | dbconfig-pgsql | 
dbconfig-sqlite | dbconfig-sqlite3 | dbconfig-no-thanks sqlite3-doc
The following NEW packages will be installed:
  bacula bacula-client bacula-common bacula-common-sqlite3 bacula-console 
bacula-director-common bacula-director-sqlite3 bacula-fd bacula-sd 
bacula-sd-sqlite3 bacula-server dbconfig-common
  mt-st mtx sqlite3
0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,635 kB of archives.
After this operation, 8,682 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.

Regards,
Ralf

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Missiing bacula-fd for 9.6.7-3 Ubuntu 2204

2022-05-03 Thread Ken Mandelberg
All the other packages for bacula (director, sd) are available but not 
bacula-fd. bacula cannot run without it.



--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


libtk.8.6.10 backporting generic/tkError.c from libk8.7 or simply patch

2022-05-03 Thread Anton Idukov
On long-long running programs uses libtk8.6 ( tkinter for example ) they
start eating memory, CPU and degrade to death. Seems int to unsigned long
internal conversion problem.


Explicit change in package
http://archive.ubuntu.com/ubuntu/pool/main/t/tk8.6/tk8.6_8.6.10.orig.tar.gz

tk8.6.10/generic/tkError.c

145: void Tk_DeleteErrorHandler( Tk_ErrorHandler handler)


change 171: int  lastSerial =
LastKnownRequestProcessed(dispPtr->display);

to 171: unsigned long lastSerial =
LastKnownRequestProcessed(dispPtr->display);


Thank You!
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss