Hi all,
on IRC recently, one user asked about the possibility of using TDE on PowerPC architecture. I took the challenge and tried to add powerpc architecture on my small builder. After solving the fundamental problem with CMake I have successfully progressed in building more and more packages. Currently in my alternative apt source 'preliminary-stable-builds' are available almost all packages for Debian 7.x (Wheezy) on PowerPC.
Who of you has a real PowerPC hardware, you can test it!
What is the source to add? I should have time this weekend.
Sent from Yahoo Mail on Android
On Thursday 02 of October 2014 00:28:46 John Pisini wrote:
What is the source to add? I should have time this weekend.
Sent from Yahoo Mail on Android
The source is the same as for other platforms, distribution wheezy only:
deb http://mirror.xcer.cz/trinity-sb wheezy deps-r14 main-r14
sudo apt-key adv --keyserver pks.gpg.cz --recv-keys A04BE668
I'm getting the following.
I will have some time tomorrow night to try again. Fresh install of Debian 7 no extras
root@debian:/home/john# apt-get install desktop-base-trinity kde-trinity Reading package lists... Done Building dependency tree 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: kde-trinity : Depends: tde-trinity but it is not going to be installed E: Unable to correct problems, you have held broken packages.
My sources list deb http://mirror.xcer.cz/trinity-sb wheezy deps-r14 main-r14
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
On Wednesday, October 1, 2014 6:37 PM, Slávek Banko slavek.banko@axis.cz wrote:
On Thursday 02 of October 2014 00:28:46 John Pisini wrote:
What is the source to add? I should have time this weekend.
Sent from Yahoo Mail on Android
The source is the same as for other platforms, distribution wheezy only:
deb http://mirror.xcer.cz/trinity-sb wheezy deps-r14 main-r14
sudo apt-key adv --keyserver pks.gpg.cz --recv-keys A04BE668
On Thursday 02 of October 2014 04:57:18 John Pisini wrote:
I'm getting the following.
I will have some time tomorrow night to try again. Fresh install of Debian 7 no extras
root@debian:/home/john# apt-get install desktop-base-trinity kde-trinity Reading package lists... Done Building dependency tree 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: kde-trinity : Depends: tde-trinity but it is not going to be installed E: Unable to correct problems, you have held broken packages.
My sources list deb http://mirror.xcer.cz/trinity-sb wheezy deps-r14 main-r14
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
You can use:
apt-get install desktop-base-trinity tde-trinity
Package kde-trinity is only transitional package. I'll solve conflict with his dependencies later.
apt-get install desktop-base-trinity tde-trinity worked great trinity installed and everything so far is working. I am still testing but overall works well. Thanks.
On Thursday, October 2, 2014 12:31 PM, Slávek Banko slavek.banko@axis.cz wrote:
On Thursday 02 of October 2014 04:57:18 John Pisini wrote:
I'm getting the following.
I will have some time tomorrow night to try again. Fresh install of Debian 7 no extras
root@debian:/home/john# apt-get install desktop-base-trinity kde-trinity Reading package lists... Done Building dependency tree 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: kde-trinity : Depends: tde-trinity but it is not going to be installed E: Unable to correct problems, you have held broken packages.
My sources list deb http://mirror.xcer.cz/trinity-sb wheezy deps-r14 main-r14
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
You can use:
apt-get install desktop-base-trinity tde-trinity
Package kde-trinity is only transitional package. I'll solve conflict with his dependencies later.
greets!
just hoping for confirmation one way or the other: I've upgraded wheezy and bash --version says
GNU bash, version 4.2.37(1)-release (i486-pc-linux-gnu)
when I run the shellshock test script:
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is what I get:
this is a test
I think this says I'm fit but I'm not sure.... some sites say there should be an error statement.
F.
I suggest you read this https://www.debian.org/security/2014/dsa-3032, .this https://www.debian.org/security/2014/dsa-3035, and this https://security-tracker.debian.org/tracker/CVE-2014-7169
On 5 October 2014 14:38, Felmon Davis davisf@union.edu wrote:
greets!
just hoping for confirmation one way or the other: I've upgraded wheezy and bash --version says
GNU bash, version 4.2.37(1)-release (i486-pc-linux-gnu)
when I run the shellshock test script:
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is what I get:
this is a test
I think this says I'm fit but I'm not sure.... some sites say there should be an error statement.
F.
-- Felmon Davis
It is easier to be wise for others than for oneself. -- La Rochefoucald
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
On Sun, 5 Oct 2014, Michael . wrote:
I suggest you read this https://www.debian.org/security/2014/dsa-3032, .this https://www.debian.org/security/2014/dsa-3035, and this https://security-tracker.debian.org/tracker/CVE-2014-7169
alright, apt-cache policy bash says in part:
bash: Installed: 4.2+dfsg-0.1+deb7u3 Candidate: 4.2+dfsg-0.1+deb7u3 Version table: *** 4.2+dfsg-0.1+deb7u3 0
so I'm covered.
F.
On 5 October 2014 14:38, Felmon Davis davisf@union.edu wrote:
greets!
just hoping for confirmation one way or the other: I've upgraded wheezy and bash --version says
GNU bash, version 4.2.37(1)-release (i486-pc-linux-gnu)
when I run the shellshock test script:
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is what I get:
this is a test
I think this says I'm fit but I'm not sure.... some sites say there should be an error statement.
F.
-- Felmon Davis
It is easier to be wise for others than for oneself. -- La Rochefoucald
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi all,
on IRC recently, one user asked about the possibility of using TDE on PowerPC architecture. I took the challenge and tried to add powerpc architecture on my small builder. After solving the fundamental problem with CMake I have successfully progressed in building more and more packages. Currently in my alternative apt source 'preliminary-stable-builds' are available almost all packages for Debian 7.x (Wheezy) on PowerPC.
Who of you has a real PowerPC hardware, you can test it!
-- Slávek
Sounds great! How did you run the builds, with qemu or a similar virtualization solution or some kind of cross-architecture build?
Thanks!
Tim
On Thursday 02 of October 2014 04:21:29 Timothy Pearson wrote:
Hi all,
on IRC recently, one user asked about the possibility of using TDE on PowerPC architecture. I took the challenge and tried to add powerpc architecture on my small builder. After solving the fundamental problem with CMake I have successfully progressed in building more and more packages. Currently in my alternative apt source 'preliminary-stable-builds' are available almost all packages for Debian 7.x (Wheezy) on PowerPC.
Who of you has a real PowerPC hardware, you can test it!
-- Slávek
Sounds great! How did you run the builds, with qemu or a similar virtualization solution or some kind of cross-architecture build?
Thanks!
Tim
For building packages I use pbuilder and for other platforms are combined using qemu-user-static == base image is created using qemu-debootstrap.
It's great, because it can run building on tmpfs, is not limited by the size of memory and can fully use parallel build (DEB_PARALLEL_JOBS). This would not be possible with full virtualization. With that builds runs acceptably fast. And one builder builds for any of the platforms (now amd64, i386, armhf, armel, mips, powerpc) - platform is determined by BASETGZ.
On powerpc was a problem with CMake, which crashed immediately after start. It helped when I replace qemu-ppc-static binary in the base image by the same binary from 32 bit qemu-user-static package.