Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-26 Thread G. Wagner, Wagner-IT via QGIS-User
Hi,

the problem is probably due to the fact that the Hetzner cloud servers have an 
"arm64" or "aarch64" architecture. And these do not support the QGIS packages.

Is the support planned in the future?

Günter

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-25 Thread G. Wagner, Wagner-IT via QGIS-User
> qgis-server and python3-qgis share dependencies.  You need to upgrade 
> python3-qgis too or remove it.  Or remove all qgis packages before switch 
> from stock ubuntu packages to qgis.org packages.

It sounds so simple. Should:

sudo apt --purge remove qgis-server

not remove the packages?
But after that Ubuntu 22.04 still finds the sources to 3.22

gw@CAX11-2204:/etc/apt/sources.list.d$ sudo apt-cache policy qgis-server
qgis-server:
  Installed: (none)
  Candidate: 3.22.4+dfsg-3build1
  Version table:
 3.22.4+dfsg-3build1 500
500 https://mirror.hetzner.com/ubuntu/packages jammy/universe arm64 
Packages

And the problem with installing still persists.
Similar with

gw@CAX11-2204:/etc/apt/sources.list.d$ sudo apt --purge remove python3-qgis 
Reading package lists... Done Building dependency tree... Done Reading state 
information... Done Package 'python3-qgis' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
gw@CAX11-2204:/etc/apt/sources.list.d$ sudo apt install python3-qgis Reading 
package lists... Done Building dependency tree... Done Reading state 
information... Done Some packages could not be installed. This may mean that 
you have requested an impossible situation or if you are using the unstable 
distribution that some required packages have not yet been created or been 
moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python3-qgis : Depends: python3-qgis-common (= 3.22.4+dfsg-3build1) but it is 
not going to be installed
Depends: qgis-providers (= 3.22.4+dfsg-3build1) but it is not 
going to be installed
E: Unable to correct problems, you have held broken packages.
gw@CAX11-2204:/etc/apt/sources.list.d$

how can i upgrade python3-qgis if it is not installed?
Or how can I really delete all QGIS packages and make Ubuntu ignore the sources 
to 3.22?

Günter

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-22 Thread Jürgen E . Fischer via QGIS-User
Moin Günter,

On Fri, 21. Apr 2023 at 18:38:06 +0200, G. Wagner, Wagner-IT via QGIS-User 
wrote:
> I have problems installing QGIS Server 3.28.5 on Ubuntu 22.04. (Hetzner Cloud 
> Server [1]):
> I proceed accordingly [2]. But with "sudo apt install qgis-server 
> --no-install-recommends --no-install-suggests " I receive:
 
> gw@CAX11-2204:~$ sudo apt install qgis-server --no-install-recommends 
> --no-install-suggests
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  python3-qgis : Depends: python3-qgis-common (= 3.22.4+dfsg-3build1) but it 
> is not going to be installed
>  qgis-providers : Depends: qgis-providers-common (= 3.22.4+dfsg-3build1) but 
> 1:3.28.5+36jammy is to be install
> E: Unable to correct problems, you have held broken packages.

qgis-server and python3-qgis share dependencies.  You need to upgrade
python3-qgis too or remove it.  Or remove all qgis packages before switch from
stock ubuntu packages to qgis.org packages.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-21 Thread G. Wagner, Wagner-IT via QGIS-User
> Why do you use the --no-install flags?

 

I proceeded according to the instructions [1]:

In case you would like to install QGIS Server, type:

sudo apt update

sudo apt install qgis-server --no-install-recommends --no-install-suggests

# if you want to install server Python plugins

apt install python-qgis

 

But I also tried it without the flags. same result

 

[1]  https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

 

 

Von: chris hermansen  
Gesendet: Freitag, 21. April 2023 19:01
An: G. Wagner, Wagner-IT 
Cc: qgis-user 
Betreff: Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on 
Ubuntu 22.04.

 

Günter and list

On Fri, Apr 21, 2023, 18:48 G. Wagner, Wagner-IT via QGIS-User 
mailto:qgis-user@lists.osgeo.org> > wrote:

Hello,

I have problems installing QGIS Server 3.28.5 on Ubuntu 22.04. (Hetzner Cloud 
Server [1]):
I proceed accordingly [2]. But with "sudo apt install qgis-server --no-install-

recommends --no-install-suggests " I receive:

 

Why do you use the --no-install flags?

 

Maybe try without?

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-21 Thread chris hermansen via QGIS-User
Günter and list

On Fri, Apr 21, 2023, 18:48 G. Wagner, Wagner-IT via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hello,
>
> I have problems installing QGIS Server 3.28.5 on Ubuntu 22.04. (Hetzner
> Cloud Server [1]):
> I proceed accordingly [2]. But with "sudo apt install qgis-server
> --no-install-

recommends --no-install-suggests " I receive:
>

Why do you use the --no-install flags?

Maybe try without?
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Problems with installation QGIS Server 3.28.5 on Ubuntu 22.04.

2023-04-21 Thread G. Wagner, Wagner-IT via QGIS-User
Hello,

I have problems installing QGIS Server 3.28.5 on Ubuntu 22.04. (Hetzner Cloud 
Server [1]):
I proceed accordingly [2]. But with "sudo apt install qgis-server 
--no-install-recommends --no-install-suggests " I receive:

gw@CAX11-2204:~$ sudo apt install qgis-server --no-install-recommends 
--no-install-suggests
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python3-qgis : Depends: python3-qgis-common (= 3.22.4+dfsg-3build1) but it is 
not going to be installed
 qgis-providers : Depends: qgis-providers-common (= 3.22.4+dfsg-3build1) but 
1:3.28.5+36jammy is to be install
E: Unable to correct problems, you have held broken packages.


This cannot be fixed even with "sudo apt --fix-broken install".

During the installation on a dedicated server from Hetzner (also 22.04.) there 
are no error messages during the installation but with the subsequent "sudo apt 
update / upgrade" 13 packages for the QGIS server 3.28.5 can not be updated. 
However, with a "sudo apt --fix-broken install" this can be fixed and then 
everything runs fine.

I understand that in Ubuntu 22.04. there are probably already packages for the 
QGIS server 3.22.4 that cause problems here.
Has anyone had similar problems or a tip for me?

Greeting
Günter


[1] https://www.hetzner.com/cloud?country=de
Thought this would be a cheap alternative for test environments. Starts with 
4,52 €/month

[2]   https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu
With:
Types: deb deb-src
URIs: https://qgis.org/ubuntu-ltr
Suites: jammy
Architectures: amd64
Components: main
Signed-By: /etc/apt/keyrings/qgis-archive-keyring.gpg

in  /etc/apt/sources.list.d/qgis.sources

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user