Questions tagged [ppc]

6 questions
1
vote
0 answers

What if AIX dynamic library imports one of symbols from wrong place

I have a legacy AIX ppc64 library mylib.so. Inspecting dump -Tv output, I noticed it expects that Foo symbol would be present in even older library oldfoo.so. However, it seems after new foo release, they moved Foo symbol to other soname:…
1
vote
2 answers

LiveLinux PPC variant to boot and perform dd on SAS drive?

Ok here's the deal. In trying to install SLES 11, partd says it cannot read the partitioning on my SAS disk. Specifically I can reuse the existing AIX partition table but not edit it. The drive is SAS and the arch is PPC, specifically a Power770.…
JeremiahJohnson
  • 100
  • 1
  • 7
0
votes
1 answer

CA cert error when setting up git submodules on PPC Mac 10.5.8

I have a git repository with submodules on github, when I try and set up the submodules locally by doing: git submodule init git submodule update I get this error: error: SSL certificate problem, verify that the CA cert is OK.…
i0n
  • 283
  • 1
  • 3
  • 8
0
votes
1 answer

Apt Stalls When Using HTTP Sources

I was getting some to me inexplicable behavior from apt-get/aptitude on an admittedly crusty old webserver. While it was otherwise running fine, as soon as I tried a package upgrade, after a downloading a few updates it would stall completely, then…
UltraNurd
  • 193
  • 1
  • 1
  • 6
0
votes
1 answer

How to increase The initial RAM size(16M) of PPC440 in linux 2.6 kernel

I am building cuImage. When I try to put in openSSH, I run out of 16M RAM boundary which is set during early kernel turning on MMU, so it wont boot up. Can anyone tell me how to increase that? Inside wrapper, there is a size set to 0x1000000, but it…
Allan
0
votes
1 answer

Mikrotik per-connection-classifier alternative in Linux iptables

I'm looking for equivalent functionality in Linux as Mikrotik per-connection-classifier. My case is to use for dynamic CGNAT with preserving public IP for each user (not random public IP for each connection). Thanks, Blažej
eKrajnak
  • 101