Fail to execute apt autoremove

2023-07-03 Thread Alexandre Bencz
I am getting the following error when running apt autoremove: sudo apt autoremove -y Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be REMOVED:   linux-image-6.3.0-1-powerpc64 0 upgraded, 0 newly installed, 1 to remove

Re: illegal instruction on atan2

2023-05-24 Thread Alexandre Bencz
Nice, I did the test in the real Mac G5... and, works fine!! On 22/05/2023 14:45, John Paul Adrian Glaubitz wrote: On May 22, 2023, at 7:36 PM, Alexandre Bencz wrote: Yeah... Looks like the libm was compiled for Power9 (it just looks...) I am quite confident that this is not the case

Re: illegal instruction on atan2

2023-05-22 Thread Alexandre Bencz
Power computers are all off :( On 22/05/2023 14:17, Jeffrey Walton wrote: On Mon, May 22, 2023 at 12:20 PM Alexandre Bencz wrote: I did some analysis here... I identified exactly where the error is occurring: gdb --args ./bin/latLngToCell --resolution 10 --latitude 40.689167 --longitude -74.04 GN

Re: illegal instruction on atan2

2023-05-22 Thread Alexandre Bencz
I did some analysis here... I identified exactly where the error is occurring: gdb --args ./bin/latLngToCell --resolution 10 --latitude 40.689167 --longitude -74.04 GNU gdb (Debian 13.1-3) 13.1 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

illegal instruction on atan2

2023-05-22 Thread Alexandre Bencz
I'm testing an Uber lib, for geo indexing, that performs thousands of geospatial calculations... during the tests, when compiling the project, I received an illegal instruction error for absolute all the testes..., after some investigations, I identified that the failure occurred in the __atan2

Re: Packages not found on APT

2020-11-21 Thread Alexandre Bencz
Well, I always used this package to install QT on ppc64 And it is listed as a debian ports package: https://packages.debian.org/sid/qt5-default On 21/11/2020 19:34, John Paul Adrian Glaubitz wrote: On 11/21/20 11:25 PM, Alexandre Bencz wrote: Thanks! About the QT, I just execute: sudo apt

Re: Packages not found on APT

2020-11-21 Thread Alexandre Bencz
Thanks! About the QT, I just execute: sudo apt install qt5-default After install the system I'm running the Debian without UI, only command line, on PowerMac G5 dual On 21/11/2020 18:27, John Paul Adrian Glaubitz wrote: On 11/21/20 10:01 PM, Alexandre Bencz wrote: I'm getting

Packages not found on APT

2020-11-21 Thread Alexandre Bencz
Hi I'm getting two errors when I try to install some packages: * libjpeg-dev : Depends: libjpeg62-turbo-dev (>= 1:2.0.5-1.1) but 1:2.0.5-1 is to be installed * E: Unable to locate package qt5-default I'm using the last Debian PPC64 release Thanks

Re: Compatible Debian PPC64 B.E for L.E servers

2020-10-25 Thread Alexandre Bencz
well... this is quite interesting, even for use on Power7 servers ... I have several clients that use Debian on P7 and P6 so, having a compilation that uses the latest CPU instructions, would be interesting Alexandre S. Bencz +55 {15} 991-707-384 On 25/10/2020 15:14, John Paul Adrian Gl

gcc command option used to build Debian

2020-06-18 Thread Alexandre Bencz
Hi I would like to know which parameter is used in gcc, to compile debian, so that the relay works from G5 to IBM Power7... Anyway, I would like to know this information, to compile a project that needs to work from G5 to Power7 is this option: *-mcpu=common *?* * Thanks -- Alexandre S. Benc

Re: Installing Debian on a PowerMac G5

2020-04-15 Thread Alexandre Bencz
I had to use trusted, because my installation was made from an older version ... and it was giving an error Alexandre S. Bencz +55 {15} 991-707-384 On 15/04/2020 15:22, John Paul Adrian Glaubitz wrote: Hi! On 4/15/20 7:35 PM, Alexandre Bencz wrote: Here, I'm using this 3 repos

Re: Installing Debian on a PowerMac G5

2020-04-15 Thread Alexandre Bencz
} 991-707-384 On 13/04/2020 01:00, Alexandre Bencz wrote: Tomorrow I will power on my G5 and give you the URLs that I use in sources.list Alexandre S. Bencz +55 {15} 991-707-384 On 12/04/2020 23:27, Dennis Clarke wrote: On 4/13/20 2:23 AM, Alexandre Bencz wrote: When I was doing the install

Re: Installing Debian on a PowerMac G5

2020-04-12 Thread Alexandre Bencz
Tomorrow I will power on my G5 and give you the URLs that I use in sources.list Alexandre S. Bencz +55 {15} 991-707-384 On 12/04/2020 23:27, Dennis Clarke wrote: On 4/13/20 2:23 AM, Alexandre Bencz wrote: When I was doing the installation ... I had problems accessing the deb.debian.org

Re: Installing Debian on a PowerMac G5

2020-04-12 Thread Alexandre Bencz
Alexandre S. Bencz +55 {15} 991-707-384 On 12/04/2020 23:07, Dennis Clarke wrote: On 4/13/20 1:43 AM, Alexandre Bencz wrote: I got the same problem... Glad someone else is trying this ! I thought about it a bit and felt that the grub command line was a symptom of bad luck and bad timing. One

Re: Installing Debian on a PowerMac G5

2020-04-12 Thread Alexandre Bencz
Yeap! On Sun, Apr 12, 2020, 23:07 Dennis Clarke wrote: > On 4/13/20 1:43 AM, Alexandre Bencz wrote: > > I got the same problem... > > Glad someone else is trying this ! > > I thought about it a bit and felt that the grub command line was a > symptom of bad luck and b

Re: Installing Debian on a PowerMac G5

2020-04-12 Thread Alexandre Bencz
I got the same problem... So, I just used a more old image, like this one: https://cdimage.debian.org/cdimage/ports/2019-04-11/ After install, I just added the experimental repository and did a apt update && apt upgrade! Alexandre S. Bencz +55 {15} 991-707-384 On 12/04/2020 22:25, Dennis Clar

Re: Failed to add the repository at installation

2020-03-03 Thread Alexandre Bencz
Thanks! IT's worked!! Alexandre S. Bencz +55 {15} 991-707-384 On 03/03/2020 15:19, John Paul Adrian Glaubitz wrote: On 3/3/20 7:00 PM, Alexandre Bencz wrote: I already tried to install using this image, but after I install it, when I boot, I get the following error: Please wait, lo

Re: Failed to add the repository at installation

2020-03-03 Thread Alexandre Bencz
, John Paul Adrian Glaubitz wrote: On 3/3/20 6:25 PM, Alexandre Bencz wrote: I tried to do this, but skipping this step causes an error when trying to install the GRUB boot loader on my g5 Yes, you cannot use any of the newer images using GRUB on a PowerMac yet. You need to use this image

Re: Failed to add the repository at installation

2020-03-03 Thread Alexandre Bencz
Hi I tried to do this, but skipping this step causes an error when trying to install the GRUB boot loader on my g5 Alexandre S. Bencz +55 {15} 991-707-384 On 03/03/2020 14:19, John Paul Adrian Glaubitz wrote: On 3/3/20 6:16 PM, Alexandre Bencz wrote: On my mac G5, on syslog, there is this

Re: Failed to add the repository at installation

2020-03-03 Thread Alexandre Bencz
but requested to be left unconfigured. Mar  3 16:44:23 main-menu[263]: INFO: Falling back to the package description for brltty-udeb Mar  3 16:44:29 main-menu[263]: INFO: Falling back to the package description for brltty-udeb Mar  3 16:44:29 main-menu[263]: INFO: Menu item 'di-utils-shell&

Re: Failed to add the repository at installation

2020-03-03 Thread Alexandre Bencz
dre S. Bencz +55 {15} 991-707-384 On 03/03/2020 13:19, John Paul Adrian Glaubitz wrote: On 3/3/20 5:01 PM, Alexandre Bencz wrote: I'm having trouble trying to add the "deb.debian.org/debian-ports" repository on installation, I'm trying to install Debian on my Mac G5 ... I got the

Failed to add the repository at installation

2020-03-03 Thread Alexandre Bencz
I'm having trouble trying to add the "deb.debian.org/debian-ports" repository on installation, I'm trying to install Debian on my Mac G5 ... I got the same problem on Sparc64 When I add the repository, I get an error stating that I must be having a problem on the internet or it is a problem o

Re: Debian Install on G5

2020-01-16 Thread Alexandre Bencz
23] audit: type=1400 audit(1579193395.455:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=376 comm="apparmor_parser" [   21.236971] sungem_phy: PHY ID: 2062e0, addr: 1 [   21.237234] gem 00

Re: Debian Install on G5

2020-01-16 Thread Alexandre Bencz
c:515 lookup_builtin_file() could not open builtin file '/var/tmp/mkinitramfs_xuID8G/lib/modules/5.4.0-2-powerpc64/modules.builtin.bin' Alexandre S. Bencz +55 {15} 991-707-384 On 16/01/2020 13:49, John Paul Adrian Glaubitz wrote: On 1/16/20 5:47 PM, Alexandre Bencz wrote: The

Re: Debian Install on G5

2020-01-16 Thread Alexandre Bencz
0] Found U3-AGP PCI host bridge.  Firmware bus number: 240->255 [    2.883626] Linux agpgart interface v0.103 [    2.883666] agpgart-uninorth :f0:0b.0: Apple U3 chipset [    2.891217] agpgart-uninorth :f0:0b.0: configuring for size idx: 64 [    2.891416] agpgart-uninorth :f0:

Re: Debian Install on G5

2020-01-16 Thread Alexandre Bencz
thod" "exa"     Option "NoAccel" "True" EndSection On /etc/default/grub radeon.agpmode=4 Alexandre S. Bencz +55 {15} 991-707-384 On 16/01/2020 12:42, John Paul Adrian Glaubitz wrote: On 1/16/20 4:33 PM, Alexandre Bencz wrote: deb [arch=all] http://ftp.deb

Re: Debian Install on G5

2020-01-16 Thread Alexandre Bencz
, Alexandre Bencz wrote: I tried to install the driver for the video card ... before installing it was incredibly slow, after installing and putting settings in xorg.conf, the graphical interface didn't load anymore Did you install the AMD graphics firmware package? Adrian

Re: Debian Install on G5

2020-01-16 Thread Alexandre Bencz
20 15:56, Romain Dolbeau wrote: Le mar. 14 janv. 2020 à 13:52, Alexandre Bencz a écrit : Which version is possible to install on the G5 Dual? I tried several versions yesterday and all gave error when installing GRUB, the error was: "GRUB Dummy Failed Another thing ... how to boot the

Debian Install on G5

2020-01-14 Thread Alexandre Bencz
Hi! Which version is possible to install on the G5 Dual? I tried several versions yesterday and all gave error when installing GRUB, the error was: "GRUB Dummy Failed Another thing ... how to boot the Radeon GPU? Thanks Alexandre

Re: Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
Yeap, Debian 7 is the limit for the 44p machine! Alexandre S. Bencz +55 {15} 991-707-384 On 21/10/2019 13:33, Alexandre Bencz wrote: Hi Adrian! I was seeing this ... from what I saw, the latest version that supports Power3 is 8 (jessie) I installed using version 64 (install64), can I upgrade

Re: Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
Oct 21, 2019, at 6:29 PM, Alexandre Bencz wrote:  Ok, I found here how to do this... really simple!! just replace "squeeze" with "wheezy" in /etc/apt/sources.list Be careful to not upgrade to a kernel which no longer supports your POWER3 machine. Adrian

Re: Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
Ok, I found here how to do this... really simple!! just replace "squeeze" with "wheezy" in /etc/apt/sources.list Thanks!! Alexandre S. Bencz +55 {15} 991-707-384 On 21/10/2019 13:19, Alexandre Bencz wrote: Hi! I successfully installed Debian 6, and in the r

Re: Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
Hi! I successfully installed Debian 6, and in the repository I used the 'archive.debian.org', my question now is, how can I do the dist-upgrade? Alexandre S. Bencz +55 {15} 991-707-384 On 21/10/2019 10:25, Alexandre Bencz wrote: Great!! With Debian 6 installer, it's work

Re: Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
Great!! With Debian 6 installer, it's worked like a charm!! Alexandre S. Bencz +55 {15} 991-707-384 On 21/10/2019 10:01, Alexandre Bencz wrote: Hi!! Thanks Michael and John!! I tried on another 44p that I have, which has updated firmware (rather, it is in the latest version ...),

Re: Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
error occurs: Word called in boot-manager package not found Alexandre S. Bencz +55 {15} 991-707-384 On 21/10/2019 09:15, Michael Howard wrote: On 21/10/2019 11:18, John Paul Adrian Glaubitz wrote: Hi Alexandre! On 10/21/19 12:09 PM, Alexandre Bencz wrote: I have one old IBM 7044-170 and I

Debian for an old IBM

2019-10-21 Thread Alexandre Bencz
Hi I have one old IBM 7044-170 and I would like to install Debian on it, what is the latest supported version for this server? I tried with version 8.10 and when trying to boot, SMS informs that there is no operating system on the CD ... -- Alexandre S. Bencz +55 {15} 991-707-384

Re: Install GRUB fail

2019-07-23 Thread Alexandre Bencz
Hi!! Thanks! Anyway... After do a dist-upgrade from debian 9 to 10, the fans always stays em max speed Alexandre S. Bencz +55 {15} 997-980-511 On 23/07/2019 07:09, John Paul Adrian Glaubitz wrote: Hello! On Jul 23, 2019, at 11:30 AM, Alexandre Bencz <mailto:alebe...@gmail.com>> w

Install GRUB fail

2019-07-23 Thread Alexandre Bencz
Hi I tried to install the compiled version on 2019-07-16, on my Mac G5 powerpc dual, the installation was done perfectly, but when installing GRUD, an error occurs stating that it was not possible to install with Debian 9, the install has been done completely, without errors

Re: debian on eServer 9111-520

2019-04-19 Thread Alexandre Bencz
Frank, what PCI cards you 9111-520 has ? It have raid controller too ? Alexandre S. Bencz +55 {15} 997-980-511 On 06/04/2019 11:20, Frank Scheiner wrote: Small Update: On 4/6/19 14:51, Frank Scheiner wrote: I will try to check if SP operation makes a difference, if I find out how to disable

Re: debian on eServer 9111-520

2019-03-29 Thread Alexandre Bencz
ports/2019-01-27/debian-10.0-ppc64-NETINST-1.iso Alexandre S. Bencz +55 {15} 997-980-511 On 29/03/2019 19:33, Frank Scheiner wrote: On 3/29/19 22:58, Alexandre Bencz wrote: Hi Frank! Thanks... I tried with the last Debian version, and, the system stuck in this: Hm, what kernel version is used

Re: debian on eServer 9111-520

2019-03-29 Thread Alexandre Bencz
. Alexandre S. Bencz +55 {15} 997-980-511 On 29/03/2019 13:05, Frank Scheiner wrote: On 3/29/19 15:41, Alexandre Bencz wrote: Hi! It's possible to install debian on ibm 9111-520 machine, with 8 DASDs and raid controller ? Yes, I think so. I remember that it worked for me on a 9131-52A

debian on eServer 9111-520

2019-03-29 Thread Alexandre Bencz
Hi! It's possible to install debian on ibm 9111-520 machine, with 8 DASDs and raid controller ? Thanks -- Alexandre S. Bencz +55 {15} 997-980-511

Some board like RaspBerry with PowerPC

2019-03-14 Thread Alexandre Bencz
Hi Is there any board, like Raspberry, but with PowerPC CPU, that is possible to install Debian ? Thanks Alexandre

How to contribute?

2019-02-25 Thread Alexandre Bencz
How can I make contributions by adding compiled projects in the repository and etc ...? Thanks Alexandre S. Bencz